home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / exampleCode / opengl / GLUT / progs / demos / yacme / Imakefile < prev    next >
Makefile  |  1996-11-11  |  251b  |  18 lines

  1.  
  2. /* Copyright (c) Mark J. Kilgard, 1994. */
  3.  
  4. #include "../../../Glut.cf"
  5.  
  6. TARGETS = yacme
  7.  
  8. SRCS =  Editor.c invertmat.c
  9. OBJS =  Editor.o invertmat.o
  10.  
  11. DEFINES = -DYACME_DBG
  12.  
  13. AllTarget($(TARGETS))
  14.  
  15. NormalGlutProgramTarget(yacme,$(OBJS))
  16.  
  17. DependTarget()
  18.